@charset "utf-8";
/* CSS Document */


/**common**/
* { margin: 0; padding: 0; }
body { color: #333; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0; font: 14px/1.5 Microsoft Yahei, Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; }
table, td, tr, th { border-collapse: collapse; border-spacing: 0; font-size: 14px; }
ol, ul { list-style: none; }
li { list-style-type: none; }
img { vertical-align: middle; border: 0; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both; *zoom:1;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; color: #333; cursor: pointer; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:0;
}
::-webkit-scrollbar-track {
background-color:#e6e6e6;
border-radius:0px;
}
::-webkit-scrollbar-thumb {
background-color:#2e71b4;
border-radius:4px;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#2e71b4;
border-radius:4px;
}
/* 按钮样式去除*/
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }
input { border-radius: 0; }
.w1400 { width: 1400px; margin: 0 auto; }
@media screen and (max-width:1499px) {
.w1400 { width: 95%; }
}
/**top start**/
.ly_top { width: 100%; background: #fff; height: 90px; position: relative; z-index: 99; }
.ly_top .lytop_main { height: 100%; position: relative; padding: 0; }
.lytop_main .toplogo { width: auto; height: 58px; overflow: hidden; margin: 16px 0; padding: 0; float: left; }
.toplogo a { display: table-cell; vertical-align: middle; width: 100%; height: 58px; overflow: hidden; margin: 0; padding: 0; }
.toplogo a img { display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0; }
.ly_top .lytop_main .top_right { width: calc(100% - 370px); float: right; height: 100%; }
.ly_top .lytop_main .top_right .nav { width: calc(100% - 50px); float: left; height:90px; transition: all 0.4s; }
.ly_top .lytop_main .top_right#showopen .nav { transform: scale3d(0, 0, 0); width: 0; }
.ly_top .lytop_main .top_right .nav li { width: 14.285%; height: 100%;float: left; text-align: center; position: relative; }
.ly_top .lytop_main .top_right .nav li:first-child { width: 10%; }
.ly_top .lytop_main .top_right .nav li> a { height: 100%; height:100%; line-height: 90px; font-size: 18px; text-align: center; transition: .4s ease; display: inline-block; position: relative; z-index:2; }
.ly_top .lytop_main .top_right .nav li:after{display:block; content:""; width:100%; height:0; overflow:hidden; background-color:#0057b8; margin:0; padding:0; position:absolute; top:16px; left:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; z-index:1;}
.ly_top .lytop_main .top_right .nav li:hover:after, .ly_top .lytop_main .top_right .nav li.navon:after{ height:58px;}
.ly_top .lytop_main .top_right .nav li.navon i{background: url(../images/topjt2.png) center no-repeat;}
.ly_top .lytop_main .top_right .nav li:hover a, .ly_top .lytop_main .top_right .nav li.navon a { color: #fff; }
.ly_top .lytop_main .top_right .nav li i { background: url(../images/topjt.png) center no-repeat;display: inline-block;width: 20px;height: 20px;background-size: 15px 15px;vertical-align: middle;cursor: pointer;margin: -4px 0 0 5px; position:relative; z-index:2; }
.ly_top .lytop_main .top_right .nav li:hover i { background: url(../images/topjt1.png) center no-repeat; }
.ly_top .lytop_main .top_right .nav li> i { position: absolute; top: 15px; right: 0; display: block; width: 30px; height: 30px; background: url(../images/topjt.png) center no-repeat; -webkit-transition: all .4s; -o-transition: all .4s; -ms-transition: all .4s; transition: all .4s; display: none; }
/*下拉*/
.nav_item_open { width: 100%; height: auto; position: absolute; left: 0; top: 100%; z-index: 10; background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; max-height:300px;}
.ny_top .nav_item_open { background-color: #fff; }
.ly_top .lytop_main .top_right .nav li:hover:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.ly_top .lytop_main .top_right .nav li .subopen { display: none; }
.ly_top .lytop_main .top_right .nav li .nav_item2 { width: 100%; }
.ly_top .lytop_main .top_right .nav li .nav_item2 a { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; padding: 0 10px; color: #666; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; border-bottom: 1px solid rgba(85, 87, 89, 0.1); }
.ly_top .lytop_main .top_right .nav li .nav_item2 a { color: #565656; }
.ly_top .lytop_main .top_right .nav li .nav_item2:hover a { color: #0057b8; }
/*PC搜索*/
.ly_top .lytop_main .top_search { float: right; position: relative; transition: all 0.5s; height: 100%; display: flex; display: -webkit-flex; align-items: center; }
.ly_top .lytop_main .nav-hide .top_search { margin-top: 19px; }
.ly_top .lytop_main .top_search em { background: url(../images/search.png) center center no-repeat; height: 100%; width: 26px; height: 26px; cursor: pointer; display: block; float: right; overflow: hidden; transition: all 0.3s; }
.ly_top .lytop_main .top_search em:Hover { opacity: 0.8; filter: Alpha(opacity=80); }
.ly_top .lytop_main #showopen .top_search em { opacity: 0; filter: Alpha(opacity=0); }
.ly_top .lytop_main .top_search .search_con2 { position: absolute; right: 0px; height: 50px; z-index: 100; transform: scale3d(0, 0, 0); transform-origin: right center; transition: all 0.5s; opacity: 0; filter: Alpha(opacity=0); width: 500px; background: #fff; }
.ly_top .lytop_main #showopen .top_search .search_con2 { opacity: 1.0; filter: Alpha(opacity=100); transform: scale3d(1, 1, 1); }
.top_search .search_con2 .search-input { width: 380px; float: left; height: 48px; line-height: 48px; overflow: hidden; border: 1px solid #d4d4d4; border-radius: 5px; font-size: 16px; padding-left: 20px; background: #fff; }
.top_search .search_con2 .input1 { height: 48px; line-height: 48px; background: none; border: 0; width: calc(100% - 57px); width: -webkit-calc(100% - 57px); width: -moz-calc(100% - 57px); float: left; outline: none; font-size: 16px; color: #666; }
.top_search .search_con2 .bnts { float: right; width: 56px; height: 48px; background: url(../images/search.png) center center no-repeat; margin-right: 1px; cursor: pointer; border: none; }
.top_search .search_con2 .bnts:hover { transition: all 0.3s; opacity: 0.8; filter: Alpha(opacity=80); }
.top_search .search_con2 .moblie-search-close { position: absolute; top: 15px; right: 15px; width: 20px; height: 20px; background: url(../images/scguan.png) center center no-repeat; }
.nav-hide .top_search .search_con2 .moblie-search-close { background-image: url(../images/scguan.png); }
 @media screen and (max-width:1399px) {
}
@media screen and (max-width:1200px) {
.ly_top { height: 80px; }
.lytop_main .toplogo { margin: 12px 0; }
.ly_top .lytop_main .top_right { width: calc(100% - 320px); }
.ly_top .lytop_main .top_right .nav { width: calc(100% - 30px); height:80px; }
.ly_top .lytop_main .top_right .nav li> a { font-size: 16px; line-height:80px;}
.ly_top .lytop_main .top_right .nav li:hover:after, .ly_top .lytop_main .top_right .nav li.navon:after{ height:48px;}
.ly_top .lytop_main .top_right .nav li i{ width:16px; height:16px; margin:-4px 0 0 3px;}
.ly_top .lytop_main .top_right .nav li .nav_item2 a { height:42px; line-height:42px;}
.ly_top .lytop_main .top_search .search_con2 { height: 45px; }
.top_search .search_con2 .search-input { height: 45px; line-height: 45px; font-size: 15px; }
.top_search .search_con2 .input1 { height: 45px; line-height: 45px; font-size: 15px; }
}
@media screen and (max-width:1080px) {
	.ly_top .lytop_main .top_right .nav li> a { font-size: 15px;}
	.ly_top .lytop_main .top_right .nav li .nav_item2 a{ font-size:14px;}
}
@media screen and (max-width:1023px) {
.phonebox { position: fixed; width: 100%; z-index: 999999; background: #fff; top: 0; }
.ly_top { height: 68px; position: relative; }
.ly_top .w1400 { width: 100%; padding: 0 10px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.ly_top .lytop_main .top_right { width: 100%; position: absolute; top: 78px; z-index: 9999999; background: #fff; height: 100vh; border-top: 1px solid #ddd; left: 100%; transition: all .5s ease; overflow: scroll; }
.ly_top .lytop_main .top_right.open { left: 0; }
.ly_top .lytop_main .top_right .nav { width: 100%; height: auto; float: none; margin: 0; }
.ly_top .lytop_main .top_right .nav li:first-child { width: 90%; }
.ly_top .lytop_main .top_right .nav li { width: 90%; margin: 0 auto; float: none; background: #fff; border-bottom: 1px dashed #ddd; }
.ly_top .lytop_main .top_right .nav li> a { line-height: 55px; }
.ly_top .lytop_main .top_right .nav li:hover:after, .ly_top .lytop_main .top_right .nav li.navon:after{ height:55px;}
.ly_top .lytop_main .top_right .nav li:after{ top:0;}
.ly_top .lytop_main .top_right .nav li::before, .ly_top .lytop_main .top_right .nav li.navon a::before { height: 0; }
.ly_top .lytop_main .top_right .nav li .hide> a { font-size: 18px; line-height: 60px; }
.ly_top .lytop_main .top_right .nav li> a { font-size: 16px;}
.ly_top .lytop_main .top_right .nav li .nav_item2 a{ font-size:15px;}
.ly_top .lytop_main .top_right .nav li i{ display:none;}
/*下拉*/
.nav_item_open { position: static; width: 100%; visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); box-shadow: none; display: none; transition: none; }
.ly_top .lytop_main .top_right .nav li.on> i { transform: rotate(180deg); }
.ly_top .lytop_main .top_right .nav li .nav_item2 { background-color: #f7f7f7; margin-bottom: 1px; }
.ly_top .lytop_main .top_search { width: 100%; height: auto; float: none; margin-left: 0; }
.ly_top .lytop_main .top_search em { display: none; }
.ly_top .lytop_main .top_search .search_con2 { opacity: 1; transform: none; position: static; width: 80%; margin: 40px auto 0; }
.top_search .search_con2 .search-input { width: 100%; }
.top_search .search_con2 .moblie-search-close { display: none; }
.ly_top .nav_menu { position: absolute; right: 3%; margin-top: 28px; height: 25px; transition: all .5s ease; }
.ly_top .nav_menu span { display: block; width: 26px; height: 2px; background: #666; margin-top: 7px; }
.ly_top .nav_menu:before, .ly_top .nav_menu:after { content: ""; display: block; width: 26px; height: 2px; background: #666; }
.ly_top .nav_menu:after { margin-top: 7px; }
.ly_top .nav_menu.open span { background: transparent; transform: translate(-50%, -50%) rotate(180deg); }
.ly_top .nav_menu.open:before { margin-top: 10px; transform: rotate(45deg); width: 23px; }
.ly_top .nav_menu.open::after { margin-top: -11px; transform: rotate(-45deg); width: 23px; }
}
@media screen and (max-width:800px) {
.lytop_main .toplogo { height: 58px; margin: 10px 0; }
.toplogo a { height: 58px; }
}
@media screen and (max-width:767px) {
.lytop_main .toplogo { height: 50px; margin: 10px 0; }
.toplogo a { height: 50px; }
.ly_top .lytop_main .top_right { top: 68px; }
}
/*头部 结束*/



/*底部 开始*/
.ly_Foot { width:100%; height:auto; margin:0 auto; padding:60px 0 0; background-color:#232323; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position:relative;}
.ny_Foot{ padding:0;}
/*友情链接 开始*/
.ly_Foot .lyFoot_Links { overflow:hidden; margin:0 auto; padding: 0;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.lyFoot_Links .Links_tit{ width:135px; height:90px; background:#0057b8; float:left; line-height:90px; padding:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; color:#fff; font-size:30px; font-family:思源宋体; font-weight:bold; text-align:center;}
.lyFoot_Links .Links_list { width: calc(100% - 135px); background:#2a2a2a url(../images/lkBg.png) repeat; float:right; height:auto; height:90px; overflow:hidden; line-height:35px; color:#fff; font-size:16px; margin:0; padding:10px 0 0 40px; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;overflow-y: scroll;}
.lyFoot_Links .Links_list a { display:inline-block; height:35px; line-height:35px; color:rgba(255,255,255,0.45); font-size:14px; margin:0 20px 0 0; padding:0;}
.lyFoot_Links .Links_list a:hover { color:#fff;}
/* 设置滚动条的样式 */
.Links_list::-webkit-scrollbar {
width:2px;
}/* 滚动槽 */
.Links_list::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
.Links_list::-webkit-scrollbar-thumb {
background-color:#0057b8;
}
.Links_list::-webkit-scrollbar-thumb:window-inactive {
background-color:#0057b8;
}
/*友情链接 结束*/
.pc_ft_main {padding: 60px 0;position:relative;margin: 0 auto; overflow:hidden;}
.pc_ft_main .ft_list {float:left;overflow:hidden;padding:0;width: 60%;margin-right: 3%;}
.ft_list ul li {width: 21.25%;height:196px;overflow:hidden;float:left;box-sizing:border-box;-moz-box-sizing:border-box;/* Firefox */-webkit-box-sizing:border-box;/* Safari */margin-right:5%;}
.ft_list ul li:nth-child(4){ margin-right:0;}
.ft_list ul li b {width:100%;height:30px;overflow:hidden;line-height:30px;color:#fff;font-size: 18px;margin: 0 auto 10px;padding: 0 0 5px 0;display:block;position:relative; font-weight:normal;}
.ft_list ul li em{ display:block; width:36px; height:1px; background:#0057b8; margin-bottom:20px;}
.ft_list ul li a {display:block;width: 100%;height:35px;overflow:hidden;line-height:35px;font-size:14px;margin: 0;padding:0; white-space:nowrap;text-overflow:ellipsis; color: rgba(255,255,255,.45);}
.ft_list ul li a:hover { color:#fff;}
.f_ewm{ margin-top:10px;}
.f_ewm img{width: 126px;}
.f_ewm p{ text-align:center; font-size:14px; margin-top:10px; color:rgba(255,255,255,.45);}

.pc_ft_main .con{width: 25%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.pc_ft_main .con .ico9{display:block;font-size:14px; color:rgba(255,255,255,.45); line-height:25px;background:url(../images/foot_ico1.png) left no-repeat; padding-left:25px;}
.pc_ft_main .con .dtel{display:block;font-family: fantasy;font-size:42px;color: #0057b8;margin: 5px 0 15px; border-bottom:1px solid rgba(255,255,255,.20); padding-bottom:5px;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.pc_ft_main .con span{display:block;font-size:14px;color:rgba(255,255,255,.45);margin: 10px 0 0 0;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;}
.pc_ft_main .con span img{ display:inline-block; margin:-4px 10px 0 0;}
.ly_Foot .lyFoot_Copy{border-top: 1px solid rgba(255,255,255,.2); padding: 25px 0; overflow: hidden; color:rgba(255,255,255,.15); font-size:14px; }
.ly_Foot .lyFoot_Copy a { color:rgba(255,255,255,.15); }
.ly_Foot .lyFoot_Copy a:hover { color: #fff; }
@media (max-width: 1366px) {
.pc_ft_main .ft_list{ width:50%;}
.pc_ft_main .con{ width:30%;}	
.pc_ft_main{ padding:50px 0 60px;}
}
@media (max-width: 1200px) {
.ly_Foot{ padding:55px 0 0;}
.pc_ft_main .ft_list{ width:50%;}
.pc_ft_main .con{ width:30%;}	
.pc_ft_main{ padding:40px 0 50px;}
.pc_ft_main .con .dtel{ font-size:40px;}
}
@media (max-width: 1079px) {
.ly_Foot{ padding:45px 0 0;}
.pc_ft_main{ padding:30px 0 40px;}
.pc_ft_main .con .dtel{ font-size:38px;}
}
@media (max-width: 1023px) {
.ly_Foot{ padding:35px 0 0;}
.pc_ft_main .ft_list{ display:none;}
.pc_ft_main{ padding:20px 0 30px;}
.pc_ft_main .con{ width:50%; padding:0; float:left; margin-left:50px;}
.ly_Foot .lyFoot_Copy{padding:15px 0; }
.ly_Foot .lyFoot_Copy .copy_l, .ly_Foot .lyFoot_Copy .copy_r{ float:none;}
}
@media (max-width: 767px) {
.ly_Foot{ padding:25px 0 0;}
.ny_Foot{ padding:0;}
.lyFoot_Links .Links_tit{ width:100%; height:70px; line-height:70px; font-size:25px;}
.lyFoot_Links .Links_list{ width:100%;}
.pc_ft_main {padding: 30px 0;text-align: center;}
.pc_ft_main .ft_list{ display:none;}
.pc_ft_main .con{ display:none;}
.f_ewm{ float:none !important;}
.ly_Foot .lyFoot_Copy{ text-align: center; padding:15px 0; }
.ly_Foot .lyFoot_Copy .copy_l, .ly_Foot .lyFoot_Copy .copy_r{ float:none;}
}

/*底部 结束*/

/*在线客服*/
.kefu{background-color: #0057b8;border: 2px solid #0460c6;position: fixed;width: 80px;top:20%;right: 10px;text-align: center;display: block;-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);box-shadow: 0 6px 12px rgba(0,0,0,0.1);border-radius: 0 0 8px 8px;font-size: 12px;z-index: 999;}
.kefu ul{margin: 0;padding-top: 45px;color:#fff;}
.kefu ul li{position: relative;}
.kefu ul li:nth-of-type(1),.kefu ul li:nth-of-type(4),.kefu ul li:nth-of-type(6){ display:none;}
.kefu ul li a{display: block;color: #FFF;text-decoration: none;overflow: hidden;height: auto;width: 100%;padding: 43px 0 12px; background: url(../images/kefu-tb.png) no-repeat top center;}
.kefu ul li a:hover{background-color: #0460c6;}
.kefu a.kefu-lx{background-image: url(../images/kefu.png);background-repeat: no-repeat;background-position: center top;position: absolute;top: -40px;text-indent: -9999px;height: 80px;width: 80px;z-index: 999999;left: 0px;border-width: 0;overflow: hidden}
.kefu a.kefu-lx:hover{background-color: rgba(255,255,255,0)}
.kefu ul li a.kf{display: block;padding: 10px 0}
.kefu ul li a.kefu-tel{background-position: center -79px}
.kefu ul li a.kefu-qq{background-position: center -150px}
.kefu ul li a.kefu-wx{background-position: center -220px}
.kefu ul li a.kefu_bottom{background-position: center -288px;padding: 30px 0 10px 0;border-radius: 0 0 8px 8px}
.kefu ul li a.kefu_top{background-position: center -15px;padding: 30px 0 10px 0}
.kefu:hover ul li a{display: block}
.kefu ul li p{ position: absolute; top:-72px; right: 82px; width:0; padding: 0 ; font-size: 14px; line-height: 24px; text-align: left; color:#fff; background: #0057b8; display: block; opacity: 0;transition: all .4s ease-in-out .1s;overflow: hidden;z-index: 201;}
.kefu ul li:nth-of-type(3) p{top:0;}
.kefu ul li:hover p{ width:120px; padding:15px; opacity: 1;}
.kefu ul li .wechat p {}

@media (max-width:800px) {
    .kefu { width:60px; border-radius:8px; right:2px;}
	.kefu a.kefu-lx { display:none;}
	.kefu ul { padding:0;}
	.kefu ul li:nth-child(1), .kefu ul li:nth-child(4), .kefu ul li:nth-child(5) { display:none;}
	.kefu ul li p { display:none!important;}
	.kefu ul li a { font-size:12px;}
}
@media (max-width: 767px) {
    #KFRightScreen { display:none!important;}
}

/*在线客服*/




